home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 41 / Amiga Format CD41 (1999-06)(Future Publishing)(GB)[!][issue 1999-07].iso / -readerstuff- / -wb_screens- / matthew_thompson / s / keypressed.script next >
Text File  |  1999-04-24  |  344b  |  34 lines

  1. ;Keypressed script
  2.  
  3. Resident >NIL: c:keypressed PURE ADD
  4.  
  5. keypressed >NIL: 80
  6. IF WARN
  7.    Execute s:workbench3.1.startup
  8.    endcli
  9.    quit
  10. Endif
  11.  
  12. Keypressed >NIL: 81
  13. IF WARN
  14.    Execute s:fileman
  15.    Endcli
  16.    Quit
  17. ENDIF
  18.  
  19. Keypressed >NIL: 82
  20. IF WARN
  21.    Execute s:cd32-startup
  22.    Endcli
  23.    quit
  24. Endif
  25.  
  26. Keypressed >NIL: 89
  27. IF WARN
  28.    quit
  29. Endif
  30.  
  31.  
  32.  
  33.  
  34.